home *** CD-ROM | disk | FTP | other *** search
- PROGRAM NAME: Memorpt.PRG
-
- DESCRIPTION: Printing memo fields
-
- ISSUE: November, 1985
- PAGE: 5
-
- SOFTWARE VERSIONS: dBASE III, any version
-
- FUNCTION: This program allows you to format the output of memo
- fields. You can specify a page length, a page header, and a memo
- header. This program also allows memo fields to be split over
- two pages without printing over the perforation.
-
- FILES NEEDED: Memorpt.PRG
- Getmemo.PRG
- Pagetop.PRG
- Database file with a memo field
-
- SETUP INSTRUCTIONS: Put the name of your database file, your
- memo field, the line length, and the margin for the memo
- information in the user-definition area of Memorpt.PRG. If you
- are using versions 1.0 or 1.1 of dBASE III, delete the lines "SET
- MEMOWIDTH TO &width," and "SET MEMOWIDTH TO 50." To run the
- program, type DO Memorpt from the dot prompt, or from inside a
- command file.